Export metrics

get/v1/organizations/{organizationId}/transaction-metrics/export
Page View

Transaction usage endpoints allow you to review and export transaction usage data for your current Redox contract. This allows you to easily monitor your usage and limits as you go.

You can get details for all the Redox product(s) in your contract, retrieve metrics by product type, and export metrics.

Export metrics

Review transaction usage metrics for your Redox product in a CSV file. Or, you may use the CSV file to import metrics into your own app dashboard.

Metrics include counts of total transactions or transactions over time. You can modify the query by date range, duration (i.e., day or month), or a specific connection.

Request parameters

cURL request example

bash
1
curl 'https://api.redoxengine.com/platform/v1/organizations/{organizationId}/transaction-metrics/export' \
2
--request GET \
3
--header 'Authorization: Bearer $API_TOKEN' \
4
--header 'accept: application/json'

Response fields and example

Example payload generated from schema
1
"Product,ConnectionId,ConnectionName,StartDateTime,EndDateTime,Count\nd222fc9e-039a-4486-8be4-cdebcc4c9a06,122,Redox Org,2023-01-01T00:00:00.000Z,2023-02-01T00:00:00.000Z,21457"